home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / vtkermit.arc / FEATURES.DOC < prev    next >
Encoding:
INI File  |  1986-02-13  |  3.8 KB  |  84 lines

  1. [FEATURES.DOC] -- Features of VTKermit 1.0 -- 6 Feb 1986
  2.  
  3.   o  Runs on IBM PC, PC/XT, Portable PC, PC AT and most IBM compatibles
  4.      (tested on Compaq Portable, Morrow Pivot II, GRiD GRiDCASE and QuadRAM
  5.      DataVue) 
  6.  
  7.   o  Most features (all but pop-up HELP and MENU) also supported on
  8.      DEC Rainbow
  9.     -  Rainbow version is SAME .EXE file
  10.  
  11.   o  Uses enhanced KERMIT file-transfer protocol
  12.     -  Standardized error-correcting protocol
  13.     -  Fully compatible with vanilla Columbia University Kermits
  14.     -  Can move ASCII or binary files
  15.     -  Repeated characters compressed for faster transfer
  16.     -  Can operate over 7-bit networks (such as Telenet)
  17.     -  File names transmitted with files
  18.     -  Files may be moved in "wildcarded" groups (SEND *.WKS)
  19.     -  Can accept file size packet, used to check for sufficient disk
  20.            space on floppy disk
  21.  
  22.   o  DEC VT100 terminal emulation
  23.     -  Very complete VT100 implementation
  24.     -  VT100 line-drawing graphics
  25.     -  Flicker-free scrolling on IBM Color/Graphics Adapter with no "snow"
  26.     -  High-speed screen update on IBM Enhanced Graphics Adapter
  27.     -  Automatic detection of EGA, can be overridden manually
  28.     -  Option for monochrome attributes on "color" card (as, for
  29.        example, on the IBM Portable PC, which has a monochrome display)
  30.     -  Supports connected printer as if VT100 with printer port
  31.     -  Provides special mode for use with IBM 7171 protocol converter
  32.     -  Pop-up help, 7171 mode dependent (VTKERMIT.HLP or VTKERMIT.H71)
  33.     -  ALT-key sequences to toggle to Command mode, Push to new
  34.        COMMAND.COM or quit to DOS
  35.     -  Host data captured while "Pushed"
  36.     -  Some special non-VT100 escape sequences supported:
  37.       - Sequence to identify self as VTKERMIT
  38.       - Sequence to enter SERVER mode
  39.       - Sequence to enter COMMAND mode
  40.       - Sequence to quit to DOS
  41.       - Sequence to preload a command to be executed
  42.  
  43.   o  Powerful Command mode features
  44.     -  Question-mark help (as on TOPS-20)
  45.     -  ESCAPE completion (as on TOPS-20)
  46.     -  DIRECTORY, SPACE and DELETE commands (similar to DOS)
  47.     -  Ability to provide multiple commands on VTKERMIT command line
  48.        (e.g. VTKERMIT SET PORT 2,SET PARITY SPACE,CONNECT)
  49.     -  Ability to TAKE commands from a file, ability to nest such
  50.        files up to 10 levels deep
  51.     -  Ability to DEFINE and run a MACRO (like an in-core TAKE file)
  52.     -  PUSH to new COMMAND.COM
  53.     -  SET command sets parameters
  54.     -  STATUS command shows parameters
  55.     -  Ability to communicate with remote SERVER (normal Kermit file
  56.        transfer)
  57.     -  Ability to send text files and capture host-typed text with
  58.        no protocol
  59.  
  60.   o  Powerful Script file capability
  61.     -  Script processor runs as co-routine with Terminal Emulator for
  62.        "what you see is what you get" operation
  63.     -  Script can prompt user for input
  64.     -  Ability to wait for host-typed string (not just single character),
  65.        or one of several strings, or timeout
  66.     -  Ability to dispatch to different code based on host output or
  67.        timeout -- script file can handle its own errors, for example
  68.     -  Ability to send text directly to screen to provide error messages
  69.     -  Availability of all VT100 display renditions for error messages
  70.        (message can be bold, blink, enclosed in boxes, etc.)
  71.     -  Script files are simple text files, easily customized
  72.     -  Script MACROs also available (in-core script file)
  73.     -  Ability to CALL or CHAIN from one script file to another
  74.  
  75.   o  Simple, customizable, Menu capability
  76.     -  Familiar Macintosh/Lotus-style of menu -- move highlight bar
  77.        or type first initial of command to invoke a command
  78.     -  Menus are prepared as simple text files
  79.     -  Menus can produce any set of VTKERMIT commands to be executed
  80.     -  Automatic re-invokation of menu after commands have been processed
  81.     -  Ability to switch to sub-menus, then switch back to main menu
  82.  
  83. [End of FEATURES.DOC]
  84.